ResourceDownload Method (String, Stream) |
Downloads data from a resource with the specified URI (address) to a stream.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic void Download(
string address,
Stream stream
)
Public Sub Download (
address As String,
stream As Stream
)
Parameters
- address
- Type: SystemString
The URI to download data from. - stream
- Type: System.IOStream
The stream to receive the data.
See Also